home *** CD-ROM | disk | FTP | other *** search
/ sustworks.com / 2014.06.sustworks.com.tar / sustworks.com / IPNetSentryX_1.3.dmg / IPNetSentryX folder / IPNetSentryX.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-11-16  |  2KB  |  66 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>nsy</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>IPNetSentryX_doc</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>NetSentry Settings File</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>????</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>SentryDocument</string>
  26.         </dict>
  27.     </array>
  28.     <key>CFBundleExecutable</key>
  29.     <string>IPNetSentryX</string>
  30.     <key>CFBundleGetInfoString</key>
  31.     <string>1.3, Copyright 2003-2005 Sustainable Softworks Inc. All rights reserved.</string>
  32.     <key>CFBundleHelpBookFolder</key>
  33.     <string>IPNetSentryX Help</string>
  34.     <key>CFBundleHelpBookName</key>
  35.     <string>IPNetSentryX Help</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>IPNetSentryX.icns</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.sustworks.IPNetSentryX</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundleName</key>
  43.     <string>IPNetSentryX</string>
  44.     <key>CFBundlePackageType</key>
  45.     <string>APPL</string>
  46.     <key>CFBundleShortVersionString</key>
  47.     <string>1.3</string>
  48.     <key>CFBundleSignature</key>
  49.     <string>NScp</string>
  50.     <key>CFBundleVersion</key>
  51.     <string>1.3</string>
  52.     <key>NSHelpFile</key>
  53.     <string>IPNetSentryX_help.html</string>
  54.     <key>NSMainNibFile</key>
  55.     <string>MainMenu</string>
  56.     <key>NSPrincipalClass</key>
  57.     <string>NSApplication</string>
  58.     <key>fileReleaseDateD</key>
  59.     <string>16</string>
  60.     <key>fileReleaseDateM</key>
  61.     <string>11</string>
  62.     <key>fileReleaseDateY</key>
  63.     <string>2005</string>
  64. </dict>
  65. </plist>
  66.